drawQuadraticBezierLine
version(none)
extern (
System) __gshared
void function(int x0, int y0, int x1, int y1, int x2, int y2, int precision = 24, in HipColor color = HipColor.no) drawQuadraticBezierLine;
hip api graphics g2d g2d_binding
aliasesclassesfunctionsmixinsstatic variables
Draws a line using bezier points. The higher the precision, the smoother the line, the heavier it is to execute